From: Richard M. Stallman Date: Wed, 31 Jan 1996 02:23:25 +0000 (+0000) Subject: (HAVE_TIMEVAL): Set explicitly to `no' if test fails. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84625 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2c6638cde6fb5dfc717f451fd8c84a822878b738;p=emacs.git (HAVE_TIMEVAL): Set explicitly to `no' if test fails. --- diff --git a/configure.in b/configure.in index b0d3ad9bb01..fb7ea9f4554 100644 --- a/configure.in +++ b/configure.in @@ -997,7 +997,8 @@ AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME [AC_MSG_RESULT(yes) HAVE_TIMEVAL=yes AC_DEFINE(HAVE_TIMEVAL)], - AC_MSG_RESULT(no)) + [AC_MSG_RESULT(no) + HAVE_TIMEVAL=no]) dnl checks for structure members AC_STRUCT_TM